| ApiFilterFullName Property |
This is used to get the fully qualified name of the API entry
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string FullName { get; set; }
Public Property FullName As String
Get
Set
public:
property String^ FullName {
String^ get ();
void set (String^ value);
}
member FullName : string with get, set
Property Value
Type:
StringSee Also