| ProjectElementGetMetadata Method |
Get a metadata value from a project element
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string GetMetadata(
string name
)
Public Function GetMetadata (
name As String
) As String
public:
String^ GetMetadata(
String^ name
)
member GetMetadata :
name : string -> string
Parameters
- name
- Type: SystemString
The name of the metadata element to get
Return Value
Type:
StringThe value of the metadata element
See Also