Class TermLabel
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class TermLabel : BaseModel, IProvisioningTemplateDescendant
Properties
IsDefaultForLanguage
Gets or sets the IsDefaultForLangauage flag for the term label
Declaration
public bool IsDefaultForLanguage { get; set; }
Property Value
System.Boolean
|
Language
Gets or sets the Language for the term label
Declaration
public int Language { get; set; }
Property Value
System.Int32
|
Value
Gets or sets the Value for the term label
Declaration
public string Value { get; set; }
Property Value
System.String
|
Methods
Equals(TermLabel)
Compares TermLabel object based on Language and Value.
Declaration
public bool Equals(TermLabel other)
Parameters
TermLabel
other
TermLabel object |
Returns
System.Boolean
true if the TermLabel object is equal to the current object; otherwise, false. |
Equals(Object)
Compares object with TermLabel
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
Object that represents TermLabel |
Returns
System.Boolean
true if the current object is equal to the TermLabel |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
System.Int32
Returns HashCode |