This property supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation (in microsoft.teamfoundation.dll)
Visual Basic (Declaration)
Public Property IntermediateFactName As String
Dim instance As DimensionUse
Dim value As String
value = instance.IntermediateFactName
instance.IntermediateFactName = value
public string IntermediateFactName { get; set; }
public:
property String^ IntermediateFactName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_IntermediateFactName ()
/** @property */
public void set_IntermediateFactName (String value)
public function get IntermediateFactName () : String
public function set IntermediateFactName (value : String)