ProjectElementGetMetadata Method
Get a metadata value from a project element
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public string GetMetadata(
string name
)
Public Function GetMetadata (
name As String
) As String
public:
String^ GetMetadata(
String^ name
)
member GetMetadata :
name : string -> string
- name String
- The name of the metadata element to get
StringThe value of the metadata element